blob: 0dac903f5e0ae525edd94802eb073bb76b0b9343 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package main
import (
"fmt"
)
func main() {
fmt.Println("fint_set experiment enabled")
}