Skip to content

Commit

Permalink
chore(content/til): update "2024_08_01-relearning_java"
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Aug 6, 2024
1 parent 0dcb709 commit fab97e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/til/2024_08_01-relearning_java.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Relearning Java'
description: 'How we start a Java file'
date: '2024-08-01'
tags: [java,fapam,poo]
tags: [java,fapam,poo,gti]
---

Java is a 100% POO language, so to starts a Java software, our `main` function need to be a class method.
Expand Down

0 comments on commit fab97e5

Please sign in to comment.