Skip to content
Snippets Groups Projects
Select Git revision
  • 3d3021c1afd9a3beaa58448177ae591bb0ecb7fc
  • master default protected
2 results

build.gradle

Blame
  • Forked from COUETOUX Basile / graphic-2020
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    modulo4.c3a 124 B
    	@0 = call main
    	stop @0
    main	fbegin	#entree fonction
    	a = 12
    	b = 5
    	@1 = a / b
    	@2 = b * @1
    	@3 = a - @2
    	write @3	
    	fend