Skip to content
Snippets Groups Projects
Select Git revision
  • 8e87ff8c40dcfa9f8c2192bdff1a50cba919737d
  • main default protected
  • master
3 results

settings.gradle

Blame
  • Forked from LABOUREL Arnaud / cluster template
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    modulo5.c3a 159 B
    	@0 = call main
    	stop @0
    main	fbegin	#entree fonction
    	t[0] = 3164
    	t[1] = 152
    	@1 = t[0] / t[1]
    	@2 = t[1] * @1
    	@3 = t[0] - @2
    	t[2] = @3
    	write t[2]	
    	fend