Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 5a09b21f769c886cf3a483633a2c9b4abee53377 (plain) (blame)
1
2
3
4
	function foo(i ) {
		return 2;
	}

Back to the top