restructure and add ipi texs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "fcpp.hh"
|
||||
|
||||
int main ()
|
||||
{
|
||||
for (int i=32; i<=127; i=i+1)
|
||||
print(i,(char) i,0);
|
||||
}
|
||||
Reference in New Issue
Block a user