Skip to content

Commit

Permalink
v01
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronstad committed Jan 21, 2022
1 parent 85ec8a6 commit fca5e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Karakter/src/no/hvl/dat102/Karakter.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
public class Karakter {

// Beregn karakter
// Beregn karakter
// Poengsum mellom 0 and 100 (inklusive)
public static char beregnKarakter(int poeng) throws FeilKarakterException {
char kar;
Expand Down

0 comments on commit fca5e48

Please sign in to comment.