Finish implementing embedded sys.f
authorJonas Hvid <mail@johv.dk>
Sun, 8 Mar 2020 18:32:16 +0000 (19:32 +0100)
committerJonas Hvid <mail@johv.dk>
Sun, 8 Mar 2020 18:32:16 +0000 (19:32 +0100)
OK, this works... barely!

We have to omit the final newline in sys.f for it to work. We should probably
take another look at that.

But, it does technically work: We can now run just ./main, and the sys.f file
will be run automatically from inside the program. Very cool!


No differences found