Skip to content

Instantly share code, notes, and snippets.

@barnash
Created July 31, 2010 08:07
Show Gist options
  • Save barnash/501922 to your computer and use it in GitHub Desktop.
Save barnash/501922 to your computer and use it in GitHub Desktop.
package com.myproject;
public class Foo {
public int bar(int a) {
return a+1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment