Compare commits

...

2 commits

3 changed files with 5 additions and 4 deletions

4
.gitignore vendored
View file

@ -1,5 +1,5 @@
*.o
elea
hello-world.c
long-division.c
hello_world.c
long_division.c

View file

@ -14,10 +14,10 @@ elea: \
long_division.o
hello_world.c: hello_world.elea-txt caratteri.py
python caratteri.py $<
./caratteri.py $<
long_division.c: long_division.elea-txt caratteri.py
python caratteri.py $<
./caratteri.py $<
clean: FORCE
@rm -f elea *.o tags hello_world.c long_division.c

1
caratteri.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
# coding=utf8
import sys