mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 08:31:33 +03:00
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Pass
|
|
input_file: input/main_string.in
|
|
*/
|
|
|
|
function main(a: [char; 5], y: bool) -> bool {
|
|
return y == true && a == "😭😂👍😁😘";
|
|
}
|