Compare commits

..

No commits in common. "45353e0c6a5722e404d5ce45f68b70a5c2d8ebe8" and "d1aa8ddfd6e6a0d9369505e58319f6a15144496c" have entirely different histories.

3 changed files with 4 additions and 5 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
./caratteri.py $<
python caratteri.py $<
long_division.c: long_division.elea-txt caratteri.py
./caratteri.py $<
python caratteri.py $<
clean: FORCE
@rm -f elea *.o tags hello_world.c long_division.c

1
caratteri.py Executable file → Normal file
View file

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