Skip to content

Instantly share code, notes, and snippets.

View brjoaof's full-sized avatar

João Felipe brjoaof

View GitHub Profile
@brjoaof
brjoaof / SimpleArraySum.kt
Last active June 15, 2021 12:37
HackerRank - Simple Array Sum
// https://www.hackerrank.com/challenges/simple-array-sum/problem
import java.io.*
import java.math.*
import java.security.*
import java.text.*
import java.util.*
import java.util.concurrent.*
import java.util.function.*
import java.util.regex.*