DataMuseum.dk

Presents historical artifacts from the history of:

Jet Computer Jet80

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Jet Computer Jet80

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦60c2d125e⟧ TextFile

    Length: 128 (0x80)
    Types: TextFile
    Names: »DIVISION.C«

Derivation

└─⟦1275f6521⟧ Bits:30005823 BD Software C Compiler v1.50a
    └─ ⟦this⟧ »DIVISION.C« 

TextFile

main()
æ
int a,b;
a=22;b=7;
a=a*b;
printf("resultat %d",a);
å«eof»