add crimes
This commit is contained in:
parent
b221cb4f47
commit
3b78341c40
|
@ -0,0 +1,21 @@
|
||||||
|
try:
|
||||||
|
with """ "
|
||||||
|
;(
|
||||||
|
|
||||||
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
{
|
||||||
|
a = 10;
|
||||||
|
b = "foo";
|
||||||
|
c = pkgs.bash;
|
||||||
|
}
|
||||||
|
|
||||||
|
) try
|
||||||
|
/*
|
||||||
|
""": pass
|
||||||
|
except: pass
|
||||||
|
|
||||||
|
print("python behavior here")
|
||||||
|
print('${meow}')
|
||||||
|
print("\n")
|
||||||
|
|
||||||
|
#*/
|
Loading…
Reference in New Issue